home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / iGet2.0.3.dmg / iGet.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2006-01-19  |  2.0 KB  |  81 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>iGetShortcut</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>iGetShortcut.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>iGet Shortcut</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>iGsc</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Viewer</string>
  24.             <key>LSTypeIsPackage</key>
  25.             <false/>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeIconFile</key>
  29.             <string>iGetPartialFile.icns</string>
  30.             <key>CFBundleTypeName</key>
  31.             <string>iGet Partial File</string>
  32.             <key>CFBundleTypeOSTypes</key>
  33.             <array>
  34.                 <string>iGpf</string>
  35.             </array>
  36.             <key>CFBundleTypeRole</key>
  37.             <string>Editor</string>
  38.         </dict>
  39.     </array>
  40.     <key>CFBundleExecutable</key>
  41.     <string>iGet</string>
  42.     <key>CFBundleHelpBookFolder</key>
  43.     <string>iGetHelp</string>
  44.     <key>CFBundleHelpBookName</key>
  45.     <string>iGet Help</string>
  46.     <key>CFBundleIconFile</key>
  47.     <string>iGet.icns</string>
  48.     <key>CFBundleIdentifier</key>
  49.     <string>com.fivespeed.iget</string>
  50.     <key>CFBundleInfoDictionaryVersion</key>
  51.     <string>6.0</string>
  52.     <key>CFBundlePackageType</key>
  53.     <string>APPL</string>
  54.     <key>CFBundleSignature</key>
  55.     <string>iGet</string>
  56.     <key>CFBundleURLTypes</key>
  57.     <array>
  58.         <dict>
  59.             <key>CFBundleURLIconFile</key>
  60.             <string>iGetURL.icns</string>
  61.             <key>CFBundleURLName</key>
  62.             <string>iGet</string>
  63.             <key>CFBundleURLSchemes</key>
  64.             <array>
  65.                 <string>iget</string>
  66.             </array>
  67.         </dict>
  68.     </array>
  69.     <key>CFBundleVersion</key>
  70.     <string>944</string>
  71.     <key>LSMinimumSystemVersion</key>
  72.     <string>10.4.0</string>
  73.     <key>NSAppleScriptEnabled</key>
  74.     <string>YES</string>
  75.     <key>NSMainNibFile</key>
  76.     <string>MainMenu</string>
  77.     <key>NSPrincipalClass</key>
  78.     <string>IGApplication</string>
  79. </dict>
  80. </plist>
  81.